home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / Integrator.exe / RCDATA / TFRMAUTOCAREOPTIONS / TFRMAUTOCAREOPTIONS.txt
Text File  |  2010-01-14  |  2KB  |  95 lines

  1. object frmAutocareOptions: TfrmAutocareOptions
  2.   Left = 354
  3.   Top = 268
  4.   BorderStyle = bsDialog
  5.   Caption = 'Automatic 1-Click Maintenance Options'
  6.   ClientHeight = 185
  7.   ClientWidth = 400
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     400
  19.     185)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 8
  24.     Top = 143
  25.     Width = 385
  26.     Height = 9
  27.     Anchors = [akLeft, akRight, akBottom]
  28.     Shape = bsTopLine
  29.   end
  30.   object GroupBox1: TGroupBox
  31.     Left = 8
  32.     Top = 8
  33.     Width = 385
  34.     Height = 81
  35.     Caption = 'Action'
  36.     TabOrder = 0
  37.     object rbscan: TRadioButton
  38.       Left = 8
  39.       Top = 24
  40.       Width = 265
  41.       Height = 17
  42.       Caption = 'Only scan for problems'
  43.       TabOrder = 0
  44.     end
  45.     object rbscanfix: TRadioButton
  46.       Left = 8
  47.       Top = 48
  48.       Width = 169
  49.       Height = 17
  50.       Caption = 'Scan and repair problems'
  51.       TabOrder = 1
  52.     end
  53.   end
  54.   object cbRestorepoint: TCheckBox
  55.     Left = 16
  56.     Top = 104
  57.     Width = 385
  58.     Height = 17
  59.     Caption = 'Create restore point before correct problems'
  60.     TabOrder = 1
  61.     Visible = False
  62.   end
  63.   object btnTracks: TBitBtn
  64.     Left = 8
  65.     Top = 104
  66.     Width = 225
  67.     Height = 25
  68.     Caption = 'Select tracks you want to erase'
  69.     TabOrder = 2
  70.     OnClick = btnTracksClick
  71.   end
  72.   object btnCancel: TBitBtn
  73.     Left = 315
  74.     Top = 154
  75.     Width = 75
  76.     Height = 25
  77.     Anchors = [akRight, akBottom]
  78.     Cancel = True
  79.     Caption = 'Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 3
  82.   end
  83.   object btnOK: TBitBtn
  84.     Left = 227
  85.     Top = 154
  86.     Width = 75
  87.     Height = 25
  88.     Anchors = [akRight, akBottom]
  89.     Caption = 'OK'
  90.     Default = True
  91.     TabOrder = 4
  92.     OnClick = btnOKClick
  93.   end
  94. end
  95.